@charset "utf-8";
/*===================== TABLE OF CONTENT =======================

1.  Default css
	- Google Fonts
	- Reset Css
	- Night Mode Btn
	- Scrollbar
	- Loader
	- Cursor
	- Left Sidebar
	- Header section
	- Footer section
	- Main Index Page
	- Breadcrumb Title
2.  Categories Page
3.  All Stores Page
4.  Store Detail View Page
5.  Best Offers Page
6.  Signin and Signup Page
7.  Share and Earning Page
8.  Profile Dashboard Page
9.  About Us Page
10. Help Center Page
11. Shopping Assistant Page
12. Coming Soon and Error 404 Page


/* ==================================================================================
 Google Fonts
===================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
/* ==================================================================================
Reset Css
===================================================================================== */
:root {
  --color-1: #186cb8;
  --color-2: #2a9a9f;
  --color-3: #f1b211;
  --color-4: #e83611;
  --color-5: #f9002f;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection { /* Code for Firefox */
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
	list-style: none;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}
a:hover {
	/* color: #3c52e9 !important; */
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
.link-theme{
    color: #0C643A;
}
.link-theme:hover{
    opacity: 0.8;
}
button {
	outline: none;
}

button:focus {
	outline: none !important;
}

input {
	outline: none;
	border-radius: 5px;
}

textarea {
	outline: none;
	border-radius: 5px;
}

p {
	font-size: 14px;
	line-height: 26px;
	color: #696969;
    letter-spacing: 0.1px;
}

/* ================ Typography Css =============== */
h1 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
	color: #0d152c;
}
h2 {
	font-size: 1.625em;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
	color: #0d152c;
}
h3 {
	font-size: 1.375em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
	color: #0d152c;
}
h4 {
	font-size: 1.125em;
	/* 1.125x body copy size = 18px */
	line-height: 1.0d152c11;
	color: #0d152c;
}
h5 {
	font-size: 1.10em;
	/* 1.125x body copy size = 18px */
	line-height: 1.10;
	color: #0d152c;
}
h6 {
	font-size: 1em;
	/* 1.125x body copy size = 18px */
	line-height: 1.050;
	color: #0d152c;
}
blockquote {
	font-size: 1.25em;
	/* 20px / 16px */
	line-height: 1.25;
	/* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
	font-size: 2.5em;
	/* 2.5x body copy size = 40px */
	line-height: 1.125;
	color: #0d152c;
}
h2 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	color: #0d152c;
}
h3 {
	font-size: 1.125em;
	/* 1.5x body copy size = 24px */
	line-height: 1.25;
	color: #0d152c;
}
h4 {
	font-size: 1em;
	line-height: 1.22222222;
	/* (22px / 18px */
	color: #0d152c;
}
blockquote {
	font-size: 1.5em;
	/* 24px / 16px = */
	line-height: 1.4580d152c33;
	/* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
	font-size: 3em;
	/* 3x body copy size = 48px */
	line-height: 1.05;
	/* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
}
h2 {
	font-size: 2.25em;
	/* 2.25x body copy size = 36px */
	line-height: 1.25;
}
h3 {
	font-size: 1.75em;
	/* 1.75x body copy size = 28px */
	line-height: 1.25;
}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}
.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}

.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

.line-height-normal{
    line-height: normal;
}

.hw-15{
    width: 15px !important;
    height: 15px !important;
}
.hw-20{
    width: 20px !important;
    height: 20px !important;
}

/* ================ CROSS BROWSER COMPATABILITY =============== */

nav,
nav ul li a,
nav ul li:hover > ul {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
body::-webkit-scrollbar-corner {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #0d152c;
	background: #f4f7fb  !important;
}

/* --- Header --- */

.header-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0.052080d152c3in 11.25pt -9px rgb(0 0 0 / 1%);
}

.header {
    position: relative;
    width: 100%;
}

.logo-inverse {
    display: none;
}

.main-logo img {
    width: 100%;
	padding-top: 0;
}

.main-logo {
    max-width: 230px;
    display: flex;
}

.res-main-logo {
    display: none;
}


.bg-gdeals {
    background-color: #ffffff;
	box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
}

.gdeals-head {
    height: auto;
}

.h-60 {
	height: 60px
}

.th-bb {
	border-bottom: 1px solid #efefef;
}

.noti-icon {
    font-size: 20px;
    line-height: 40px;
    color: #8b97b7;
	padding: 0;
	display: inline-block;
    background: #f4f7fb;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.noti-icon:hover {
    color: #0d152c !important;
}


.navbar-toggler {
	color: #000;
    padding: 0.25rem 1rem 0.25rem 0 !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
	box-shadow: none !important;
}

.navbar-toggler-icon {
    height: auto !important;
    font-size: 24px;
}

.navbar-toggler-icon:hover {
    color: #6ac045 !important;
}

.right-header ul li {
    display: inline-block;
	vertical-align: bottom;
}

.right-header ul li:first-child {
    margin-right: 15px;
}

.right-header ul li:last-child {
    margin-left: 15px;
}

.account-link {
    color: #1d1d1d;
}

.arrow-icon {
    margin-left: 5px;
}

.account-link img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #efefef;
    padding: 1px;
    object-fit: cover;
}

.account-link.show img {
	border: 2px solid #6ac045;
}

.dropdown-menu-account li {
    margin: 0 !important;
}

.dropdown-menu-account {
    padding: 0 !important;
    width: 250px;
    margin-top: 20px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
	box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-menu-account li {
    margin: 0 !important;
    display: block !important;
}

.dropdown-account-header {
    text-align: center;
	padding: 20px;
}

.account-holder-avatar img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #6ac045;
    padding: 2px;
    object-fit: cover;
}

.dropdown-account-header h5 {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 3px;
}

.dropdown-account-header p {
    display: block;
    color: #686868;
    font-size: 13px;
    margin-bottom: 0;
}

.profile-link {
    border-top: 1px solid #efefef;
    padding: 10px 0;
}

.dropdown-menu-account li .link-item {
    display: block;
    width: 100%;
	color: #0d152c;
    padding: 10px 20px;
}

.dropdown-menu-account li .link-item:hover {
	color: #0C643A !important;
	background-color: #e8f7f7;
}

.nav-link {
    color: #0d152c !important;
}

.nav-link:hover {
    color: #0C643A !important;
}

.gdeals-head .nav-item .nav-link.active, .gdeals-head .nav-item .show>.nav-link {
    color: #0C643A !important;
}

.close-btn {
    padding: 6px;
    font-size: 18px;
    background: #f1f2f3;
    color: #8b97b7;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    border: 0;
}

.close-btn:hover,
.close-btn:focus {
    background: #f1f2f3;
    color: rgba(0,0,0,1);
}

.offcanvas-footer {
    border-top: 1px solid #efefef;
}

.dropdown-submenu {
    width: 230px;
    margin-top: 13px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-submenu .dropdown-item {
    display: block;
	font-size: 14px;
    width: 100%;
    color: #000000;
    padding: 10px 20px;
}

.dropdown-submenu .dropdown-item:hover {
	color: #6ac045 !important;
	background-color: #e8f7f7;
}

.dropdown-submenu .dropdown-item:focus {
	color: #6ac045 !important;
	background-color: transparent;
}

.submenu-item:after {
    font-size: 14px;
    float: right;
    margin: 9px 0;
}

.pe_5 {
	padding-right: 37px !important;
}

.h_40 {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.h_50 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}


.header-search {
    width: 50% !important;
}

.header-search-content {
    display: flex;
    width: 100%;
    align-items: center;
	border-radius: 8px;
	border: 1px solid #efefef;
}

.dropdown-item:hover {
    color: #0d152c !important;
    background-color: #f4f7fb !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #117d49 !important;
}

.search-input {
	font-size: 13px;
	color: #8b97b7;
	padding-left: 10px !important;
	border: 0;
}

.form-floating>label {
    padding: 1rem 1.5rem !important;
	color: #847577 !important;
}

.form-floating .border {
	border: 1px solid #efefef !important;
}

.form-floating>.form-control::after~label, .form-floating>.form-select~label::after {
    color: #0d152c;
}

.form-select {
    color: #847577 !important;
	padding-left: 20px !important;
}

.header-search-content output {
	display: none;
}

.form-control {
	outline: none !important;
	box-shadow: none !important;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #0C643A !important;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    padding: 0 15px;
    font-size: 13px;
}

.main-btn {
	color: #fff !important;
    background: #0C643A;
    border: 1px solid #0C643A;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02px;
}

.main-outline-btn {
    color: var(--dj-text-theme) !important;
    background: transparent;
    border: 1px solid var(--theme);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02px;
}

.btn-hover:hover {
	color: #fff !important;
	background: #117d49;
	border: 1px solid #117d49;
}


input {
    color: #696969 !important;
}

textarea {
    color: #696969 !important;
}

.noti-alert {
    position: absolute;
    background: #0C643A;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: 8px;
    top: 6px;
    box-shadow: rgb(100 100 111 / 20%) 0px 3px 7px 0px;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
    }
    .bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-2px); }
        100% { transform: translateY(0); }
    }


/* --- Footer --- */

.main-footer {
    background-color: #0d152c;
}
.main-footer .footer-logo{
    max-width: 100%;
}

.footer-top {
    padding: 55px 0 45px;
	position: relative;
	border-bottom: 1px solid #3c4556;
}

.footer-center {
    padding: 10px 0 50px 0;
    border-bottom: 1px solid #3c4556;
}

.footer-links h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 17px;
    line-height: 24px;
}

.footer-bottom {
    padding: 30px 0;
}

.link-list li a {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
}

.link-list li a:hover {
    color: rgba(255,255,255,1) !important;
}

.link-list li {
    line-height: 26px;
}

.social-link-list li {
    display: inline-block;
    margin: 5px 5px 0 0;
}

.social-link-list li a {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    border: 1px solid;
    border-color: rgba(255,255,255,0.8);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-link-list li a:hover {
    color: rgba(255,255,255,1) !important;
	border-color: rgba(255,255,255,1) !important;
}

.bottom-left {
    display: flex;
    align-items: center;
}

.bottom-left img {
    width: 30px;
}

/* --- Body --- */
.main-wrapper {
    margin-top: 120px;
}

/* --- Homepage Page --- */

.hero-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0 0 60px;
	background-color: #eaf5f6;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 30px 0 80px;

}

.hero-banner-content {
    text-align: left;
	padding: 80px 0 0;
}

.hero-banner-content h2,
.hero-banner-content h1{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
	margin-bottom: 15px;
	color: #0d152c;
}

.hero-banner-content p {
    font-size: 18px;
    color: #0d152c;
	margin-bottom: 20px;
	padding: 0 0;
	line-height: 32px;
}

.pl {
	padding-left: 55px;
}

.bnnr-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.bnnr-btn i {
    font-size: 14px;
}

.banner-img {
    padding: 65px 0 0;
	text-align: center;
}

.banner-img img {
    width: 400px;
}

/* --- xclip --- */
.cd-title {
	position: relative;
	height: 160px;
	line-height: 230px;
	text-align: center;
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	color: #0C643A;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

.cd-headline.clip span {
	display: inline-block;
	padding: 0 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #aebcb9;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.banner-sec {
    padding: 80px 0 0;
}

.banner-sec .nav-dots .owl-dots {
    justify-content: center;
}

.nav-dots {
	position: relative;
	z-index: 1;
}

.nav-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.nav-dots .owl-dots .owl-dot {
	width: 1rem;
	height: 0.25rem;
	background-color: #cfcfcf;
	margin: 0 .25rem;
	border-radius: .25rem;
}

.nav-dots .owl-dots .owl-dot.active {
    background-color: #0d152c;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;

}

.nav-dots .owl-dots {
	margin-top: 20px !important;
	justify-content: center;
}

.banner-item img {
    border-radius: 8px;
    width: 100%;
}

.full-width {
    background-color: #ffffff;
    border: 1px solid #efefef;
    display: block;
    border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #117d49 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #efefef !important;
}

.owl-nav .owl-prev {
	left: -20px;
    font-size: 22px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding: 0 !important;
    text-align: center;
    height: 32px !important;
    width: 32px !important;
    color: #717171 !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #efefef !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-next {
	font-size: 22px !important;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
    text-align: center;
    height: 32px !important;
    width: 32px !important;
    color: #717171 !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #117d49 !important;
	border: 1px solid #117d49 !important;
}

.owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #117d49 !important;
	background: #117d49 !important;
}

.fdtrending-slider .owl-nav .owl-prev {
    top: 35%;
}

.fdtrending-slider .owl-nav .owl-next {
    top: 35%;
}

.top-stores-slider .owl-nav .owl-prev {
    top: 45%;
}

.top-stores-slider .owl-nav .owl-next {
    top: 45%;
}

.section-title h3,.section-title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0d152c;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
}

.section-title h3:before,.section-title h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  border-radius: 5px;
  background-color: #0C643A;
}

.section-title h3:after,.section-title h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  margin-left: -50px;
  border-radius: 1px;
  background-color: #0C643A;
}

.bg-white {
	background-color: #ffffff;
}


.store-card {
    /* height: 130px; */
    position: relative;
}

.store-card img {
    display: inline-block !important;
    /*height: 85px;*/
    /*width: auto !important;*/
    /*max-width: 100%;*/
    text-align: center;
	padding: 10px 5px 0px 5px;
    width: 130px !important;
    height: 70px !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.strending-title {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #0d152c;
    font-weight: 500;
    font-stretch: normal;
    bottom: 20px;
    /* position: absolute; */
    letter-spacing: -0.4px;
    left: 0;
    right: 0;
    margin: 10px 20px;
}

.top-store-hover {
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    height: 0;
    bottom: 0;
    overflow-y: hidden;
    color: white;
    background-color: #0C643A;
    transition: all 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.08);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 89;
}

.top-store-hover .top-store-hover-title {
    font-weight: bold;
    margin: 15px 20px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-store-hover .top-store-hover-data {
    /* margin-top: 40px;
    margin-left: 15px; */
    margin: 10px 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-card:hover .top-store-hover {
    height: 100%
}

.offer-card img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    transition: 1s ease;
    padding: 5px 5px 5px 5px;
    object-fit: contain;
    width: 150px !important;
    height: 80px !important;
}

.offer-card:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.offer-s1-title{
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offer-s2-title{
    font-size: 17px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pp-offer {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.13px;
    text-align: center;
    color: #696969;
    margin: 0 12px 0px;
    overflow: hidden;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cpnbtn {
	position: relative;
	margin: auto;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.02px;
	font-weight: 500;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 0;
	cursor: pointer;
	text-align: right;
	color: #ea5656;
	border: 1px dashed #0C643A;
	border-radius: 5px;
	background-color: #ffeeee;
}

.cpnbtn .p1 {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	/* width: 90%; */
    min-width: calc(100% - 25px);
	height: 40px;
	margin: -1px 0 0 -1px;
	padding-left: 10px;
	white-space: nowrap;
	color: white;
	border-radius: 5px;
	background: #0C643A;
	display: block;
    transition: 0.3s;
}
.cpnbtn:hover .p1 {
    transition: 0.3s;
    min-width: calc(100% - 32px);
}

.cpnbtn .bt-text {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-right: 25px;
}

.cpnbtn:hover .p1 {
	background-color: #117d49;
}


.btn-196 {
	width: 196px;
	padding: 0 20px;
}

.rd-text {
    display: block;
    font-size: 14px;
    color: #0C643A;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.left-cmp {
    width: 40%;
    max-width: 130px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #efefef;
    display: flex;
}
@media ((max-width: 576.99px)) {
    .left-cmp {
        width: 30%;
    }
}

.full-width .left-cmp img {
	border-radius: 8px;
	width: 90% !important;
	display: inline-block !important;
	transition: 1s ease;
    margin: auto;
    height: 90px;
    object-fit: contain;
}

.full-width:hover .left-cmp img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.right-cmp {
    /* width: 60%; */
    max-width: 60%;
    padding: 15px;
	position: relative;
}

.right-cmp h6 {
    color: #0d152c;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}

.h100 {
	height: 100px;
}

.h118 {
	height: 118px;
}

.view-btn {
	color: #696969;
}

.view-btn:hover {
	color: #117d49 !important;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-md-40 {
	margin-top: 40px;
}

.three-icon {
	position: relative;
	color: #ffffff;
    font-size: 28px;
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    /* background-image: url(../images/bg-shapes-elips.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px;
    transition: all linear 0.3s;
    z-index: 10;
}

.three-icon::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(130deg, #0C643A 0%, #0C643A 100%);
    z-index: -2;
    opacity: 1;
    transition: all linear 0.3s;
}

.three-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../images/bg-shapes-elips.png); */
    z-index: -1;
    opacity: 1;
    transition: all linear 0.3s;
}

.three-steps-block .background {
    /* background: url(../images/wave.svg) no-repeat; */
    background-size: 100% 100%;
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    margin-top: 100px;
}

.three-steps-block {
    background: #0d152c;
}

.dark-full-width {
	background-color: #0c1328 !important;
    border: 1px solid #1e2949 !important;
}

/* --- Categories Page --- */

.title-breadcrumb-block {
    padding: 50px 0;
    background: #0d152c;
	position: relative;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.breadcrumb-title {
    font-size: 26px;
    font-weight: bold;
    background: transparent;
    border-radius: 4px;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumb-shape-wrap img:nth-child(1) {
    right: 8%;
    bottom: 25%;
	opacity: 0.3;
}

.breadcrumb-shape-wrap img {
    position: absolute;
    z-index: 1;
}

.categories-group {
    padding: 0 30px 30px;
}

.cate-wrapper {
    padding-top: 20px;
}

.mx-80 {
	margin-bottom: 64px;
	margin-top: 64px;
}

.categories-group .cate-wrapper .parent-category-wrapper .parent-category {
    font-weight: bold;
    font-size: 16px;
    color: #322f2e;
    margin-bottom: 15px;
    color: #117d49 !important;
}

.categories-group .cate-wrapper .parent-category-wrapper .parent-category:hover {
    text-decoration: underline;
    color: #117d49 !important;
}

.categories-group .cate-wrapper .parent-category-wrapper .sub-category {
    color: #696969;
    margin-bottom: 10px;
	cursor: pointer;
}

.categories-group .cate-wrapper .parent-category-wrapper .sub-category:hover {
    color: #117d49;
}


.categories-group .cate-wrapper .parent-category-wrapper .sub-category .dot {
    display: inline-block;
    vertical-align: top;
}

.categories-group .cate-wrapper .parent-category-wrapper .sub-category .category-name {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}

.parent-category-wrapper ul {
	width: 100%;
	list-style-type: none;
	background: transparent;
}

.parent-category-wrapper li {
    min-height: 35px;
    line-height: inherit;
    border-top: 0;
}

.parent-category-wrapper li:first-child {
	border-top: 0;
}

.parent-category-wrapper ul a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: black;
	padding-left: 10px;
	position: relative;
	-webkit-transition: background .3s;
    transition: background .3s;
}

.parent-category-wrapper ul a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
}

.parent-category-wrapper ul a:first-child::after {
	content: '';
}

.parent-category-wrapper ul a:hover {
	background: transparent;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    content: "";
    background-color: transparent !important;
}


/* --- All Stores Page --- */

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.check-sidebar {
    width: 100%;
}

.check-sidebar .sidebar-section {
    background-color: #fff;
    margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: scroll;
	border-radius: 10px;
}

.check-sidebar .sidebar-section {
    /* max-height: 288px; */
    min-height: 60px;
}

.lr-title {
    font-size: 16px;
    font-weight: bold;
    color: #0d152c;
    text-align: center;
}

.form-check .form-check-input {
	margin-right: 10px;
}


.form-check-input {
	outline: none !important;
    width: 1.2em !important;
    height: 1.2em !important;
    margin-top: 0.15em !important;
}

.form-switch .form-check-input {
    width: 2em !important;
    margin-left: -2.5em !important;
}

.form-check-input:checked {
    background-color: #0C643A !important;
    border-color: #0C643A !important;
	outline: none !important;
}

.all-checklist .form-check label {
    display: inline-block;
    font-size: 14px;
}

.mt-check {
    margin-top: 10px;
}


/* --- Store Detail View Page --- */

.store-view-block {
    background: #0d152c;
    margin-bottom: 50px;
	padding: 20px;
}

.deals-breadcrumb .breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.8) !important;
}

.deals-breadcrumb .breadcrumb .breadcrumb-item a:hover {
	color: rgba(255,255,255,1) !important;
	text-decoration: underline !important;

}

.deals-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,0.8) !important;
	text-decoration: none !important;
}

.deals-breadcrumb ol.breadcrumb {
	/* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
	/* display: block !important; */
	width: 100%;
	font-size: 12px;
}

.deals-breadcrumb .breadcrumb .breadcrumb-item {
    display: inline;
}

.deals-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
    color: rgba(255,255,255,0.8) !important;
}

.coupon-dt-block {
    margin: 30px 0 20px 0;
}


.store-avatar {
    text-align: center;
    position: relative;
    background: #fff none repeat scroll 0 0;
    /* border: 5px solid #f0f2f5; */
    /* border-radius: 100px; */
    height: 140px;
    width: 150px;
    /* padding: 8px; */
    /* display: inline-block; */
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-avatar img {
    /* width: 180px;
    display: inline-block; */
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-position: center;
}

.store-dt-text {
    color: #ffffff;
}

.cb-icon {
    color: #2BA828;
}

.cb-content {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
	margin-top: 24px;
}

.store-offer-title {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 17px;
}

.cursor {
    cursor: pointer;
}

.star {
    color: #ffaa00;
    font-size: 18px;
}

.star-rating li {
    display: inline-block;
    margin-right: 5px;
}

.border {
	border: 1px solid #efefef;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-50 {
	margin-right: 50px;
}


.verify-icon {
	color: #0C643A;
}

.txt {
	font-size: 14px;
	color: #0d152c;
	font-weight: 400;
	line-height: 26px;
}

.thumb {
    font-size: 18px;
    margin-right: 3px;
	cursor: pointer;
}

.color-b {
	color: #0d152c;
}

.color-g {
	color: #0C643A;
}

.color-txt {
	color: #696969;
}

.fw-6 {
	font-weight: 600;
}

.fw-5 {
	font-weight: 500;
}

.fw-4 {
	font-weight: 400;
}

.fw-7 {
	font-size: 13px;
}

.fw-8 {
	font-size: 12px;
}

.fw-9 {
	font-size: 10px;
}

.c-border {
	border: 1px solid #efefef !important;
}


.fs-7 {
	font-size: 13px !important;
}

.rating-widget {
    background: #fafafa;
    padding: 7px 8px;
    margin-left: 5px;
    margin-top: 15px;
    border-radius: 8px;
	cursor: pointer;
}

/* Rating Star Widgets Style */

.rating-stars {
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 18px;
}

.rating-stars ul {
	list-style-type:none;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.rating-stars ul > li.star {
	display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.bi {
	font-size: 24px;
	color:#696969;
	padding: 0 15px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.bi {
	color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.bi {
	color:#f2b827;
}

/* --- Deals and Coupon Model --- */

.smile-emoji {
    text-align: center;
    margin-bottom: 35px;
}

.smile-emoji img {
    width: 80px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 100%;
    display: inline-block;
}

.activated-card {
    display: inline-block;
	border: dashed 1px #efefef;
    border-radius: 4px;
    background-color: #f4fffb;
    margin: auto;
    font-weight: bold;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 51px;
    margin-top: 7px;
    padding: 15px 15px;
    max-width: 320px;
    width: 100%;
}

.deals-coupon-content h5 {
    font-size: 18px;
}

.deals-coupon-content h6 {
    font-size: 20px;
}

.redirection-logo-container {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.redirect-loader {
    margin: 0 10px;
    width: 100px;
    max-height: 35px;
    object-fit: contain;
}

.cd-redirect-logo {
    margin-right: 15px;
}

.w-55 {
    width: 55px;
}

.store-image {
    max-width: 90px;
    height: 55px;
    min-width: 60px;
    min-height: 55px;
    margin-left: 15px;
    border-radius: 3px;
    /* border: solid 1px #efefef; */
    background-color: #fff;
    text-align: center;
    display: flex;
    overflow: hidden;
}

.store-image .store-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.modal-header {
    border-bottom: 1px solid #efefef !important;
}

.modal-footer {
    border-top: 1px solid #efefef !important;
}

.store-logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #efefef;
    margin-right: 20px;
	border-radius: 8px;
}

.store-logo img {
    width: 80px;
    height: 80px;
}

.bg-white {
	background: #ffffff;
}

.info {
    font-size: 12px;
    color: #0d152c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
	height: 3.26em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.fs-13 {
	font-size: 13px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-10 {
	font-size: 10px !important;
}



/* --- Signin and Signup Page --- */

.sign_form {
	position: relative;
	background: #fff;
    border-radius: 20px;
    padding: 50px 50px;
    box-shadow: 0 0 16px 0 rgba(172,61,61,0.08);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.sign-bnner {
    width: 100%;
	text-align: center;
	display: inline-block;
}

.sign-bnner img {
    width: 100%;
    max-height: 230px;
    object-fit: contain;
}

.page-title {
    height: 60px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 20px;
    color: #0d152c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #efefef;
}

.border_bottom {
    border-bottom: 1px solid #efefef;
}

.form-floating output {
	display: none !important;
}


.subscribe-input-area output {
    display: none;
}

.txt-white:hover {
	color: #ffffff !important;
}

.blog-description-article h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #0d152c;
}

/* --- Coming Soon and Error 404 Page --- */

.white-bg {
	background: #ffffff;
	height: 100vh;
}


.accordion-button {
    background: transparent !important;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

.loading-skeleton ::-moz-selection {
    color: #cce2ff;
    background: #cce2ff;
}

.loading-skeleton ::selection {
    color: #cce2ff;
    background: #cce2ff;
}
.loading-skeleton .shimmer{
    color: transparent !important;
    /* appearance: none;
    -webkit-appearance: none; */
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    border-radius: 5px;
}
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton span,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
    color: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
    border-color: #eee;
}
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton span::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
    color: transparent;
}
@keyframes loading-skeleton {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.loading-skeleton {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
}

.loading-skeleton .p1, .loading-skeleton .bt-text{
    background: transparent;
    border-color: transparent;
}

/* Jayen CSS */

:root{
    --theme: #0C643A;
    --dj-bg-theme: #0C643A;
    --dj-text-theme: #0C643A;
    --dj-text-dark: #0d152c;
    --dj-text-199e60: #199e60;
    /* Bootstrap */
    --bs-border-radius: 10px;
}

[data-simplebar="init"] *:focus-visible{
    outline: unset;
}

.text-justify{
    text-align: justify !important;
}

.lh-normal{
    line-height: normal;
}

.button {
    -webkit-appearance: button;
}

.dj-text-theme{
    color: var(--dj-text-theme);
}
.dj-text-199e60{
    color: var(--dj-text-199e60);
}
.dj-text-969696 {
    color: #969696;
}
.dj-text-feac1a {
    color: #feac1a;
}


.mt-change1-20{
    margin-top: 20px;
}
.mt-change1-40{
    margin-top: 40px;
}

.section-padding {
    padding: 70px 0 70px;
}
.section-bottom-padding-mb-n4{
    padding-bottom: calc(70px - 1.5rem);
}
.section-margin-bottom{
    margin-bottom: 70px;
}
.section-s1padding {
    padding: 65px 0px;
}

/* Star All Rounder */
.sub-s1title{
    max-width: 850px;
    margin: auto;
    margin-top: 5px;
    color: rgb(33 37 41 / 75%);
}

.btn-soft-success {
    color: #0ab39c;
    background-color: #daf4f0;
    border-color: transparent;
}
.btn-soft-success:hover {
    background-color: #0ab39c;
    border-color: transparent;
    color: #ffffff;
}
.btn-soft-success:active {
    background-color: #0ab39c !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    color: #f06548;
    background-color: #fde8e4;
    border-color: transparent;
}
.btn-soft-danger:hover {
    background-color: #f06548;
    border-color: transparent;
    color: #ffffff;
}
.btn-soft-danger:active {
    background-color: #f06548 !important;
    border-color: transparent !important;
    color: #ffffff !important;
}
/* End All Rounder */




/* Start Margin */
.mt-n-14px{
    margin-top: -14px;
}
/* End Margin */


/* Start Font Style */
.font-italic{
    font-style: italic;
}
/* End Font Style */


/* Start Border Radius */
.rounded-5{
    border-radius: 5px !important;
}
/* End Border Radius */

.link-dark-theme, .link-dark-theme *{
    color: var(--dj-text-dark);
    transition: 0.3s;
}
.link-dark-theme:hover, .link-dark-theme:hover *{
    color: var(--dj-text-theme);
    transition: 0.3s;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-stage .owl-item .item{
    padding-left: 2px;
}


/* Start Home Page */
.topoffers-s1 .owl-stage{
    display: flex;
}
.topoffers-s1 .owl-stage .owl-item .item{
    height: 100%;
}
.topoffers-s1 .owl-stage .owl-item .item .offer-card{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sliderStore-s1 .owl-stage{
    display: flex;
}
.sliderStore-s1 .owl-stage .owl-item .item{
    height: 100%;
}
.sliderStore-s1 .owl-stage .owl-item .item .store-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.viewall-s1-card{
    transition: 0.3s;
}
.viewall-s1-card:hover{
    background: var(--dj-bg-theme);
}
.viewall-s1-card:hover *{
    color: white;
}
/* End Home Page */


/*  Popular Category */
.popular-category{
    font-size: 16px;
    text-transform: capitalize;
    color: #696969;
    transition: 0.3s all;
    display: inline-block;
}

.popular-category:hover{
    color: #0C643A;
}

/* .footer-logo{
    height: 70px;
} */


/* Start Coupon List Page */
.sidefilter-s1-item{
    border-color: #efefef;
}
.sidefilter-s1-item .accordion-button{
    box-shadow: none;
}
.sidefilter-s1-item  .accordion-button[aria-expanded="true"]{
    font-weight: 500;
    color: var(--theme);
}
.sidefilter-s1-item .all-checklist .form-check{
    display: flex;
}
.sidefilter-s1-item .all-checklist .form-check:first-child{
    margin-top: 5px;
}
.sidefilter-s1-item{
    --bs-accordion-btn-icon-width: 1rem;
}
.filter-fix-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
}
.filter-fix-button button {
    width: 3rem;
    height: 3rem;
    display: flex;
    text-align: center;
    line-height: 46px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
/* End Coupon List Page */


/* Start Coupon List Page */
.store-offer-dit-card {
    background: transparent;
    border: 2px dashed #efefef4f;
}
/* End Coupon List Page */


/* Start Company List Page */
.offer-hori-card-img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    transition: 1s ease;
    object-fit: contain;
    width: 150px !important;
    height: 80px !important;
}
.offer-hori-card-btn{
    max-width: 150px;
}
/* End Company List Page */


@media (max-width: 767px) {
    /* Start Company List Page */
    .offer-hori-card-btn{
        max-width: 100%;
    }
    /* End Company List Page */
}

.google-connect {
    display: inline-block;
}
.google-connect a {
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #5b718f;
}
.google-connect svg {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}


.close-wishlist {
    position: absolute;
    top: 6px;
    right: 6px;
    left: auto;
    bottom: auto;
}
.close-wishlist i{
    color: #E30613;
    font-size: 20px;
    line-height: normal;
}
.close-wishlist:active{
    border-color: transparent !important;
}


.favourite-card-icn {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    bottom: auto;
    z-index: 2;
}
.favourite-card-icn-topConner {
    top: 0px;
    right: 0px;
    padding: 8px 8px 5px 5px;
}
.favourite-card-icn i{
    font-size: 20px;
    line-height: normal;
}
.favourite-card-icn:active{
    border-color: transparent !important;
}

.top-header{
    height: 68px;
}

.text-success{
    color: #0C643A !important;
}

.bg-soft-green{
    background-color: #eaf5f6 !important;
}

.about-img{
    width: 140px;
    height: 140px;
}

.Customers-Review-slider .owl-nav .owl-prev, .Customers-Review-slider .owl-nav .owl-next{
    /* top: calc(50% - 20px); */
}
.Customers-Review-slider, .Customers-Review-slider .owl-stage, .Customers-Review-slider .owl-stage .owl-item, .Customers-Review-slider .owl-stage .owl-item .item{
    height: 100%;
}

.faq-s1accordion .accordion-button:focus{
    border: transparent;
    box-shadow: none;
}
.faq-s1accordion .accordion-item{
    border-radius: 15px;
}
.faq-s1accordion .accordion-button:not(.collapsed){
    color: #0C643A !important;
}
.faq-s1accordion .accordion-button[aria-expanded="true"]{
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-s1accordion .accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.faq-s1accordion .accordion-button{
    font-weight: 500;
}
/* Start Coupon Details */
.like-dislike-s1 + label .like-dislike-s1icon{
    display: block;
}
.like-dislike-s1 + label .like-dislike-s1icon-checked{
    display: none;
}
.like-dislike-s1:checked + label .like-dislike-s1icon{
    display: none;
}
.like-dislike-s1:checked + label .like-dislike-s1icon-checked{
    display: block;
}
/* End Coupon Details */

/* Start Blog List Page */
.blog-s1card .blog-s1img{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.blog-s1card .blog-s1img img{
    width: 100%;
    height: 100%;
    transition: 1s ease;
}
.blog-s1card:hover .blog-s1img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
}
.blog-s1card:hover .blog-s1title{
    color: var(--dj-bg-theme);
    transition: 0.3s;
}
/* End Blog List Page */


/* Start Blog Detail Page */
.blog-detailview .blog-detailview-img{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
.blog-detailview .blog-detailview-meta {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e3e3e3;
}
.blog-detailview .blog-detailview-content p{
    margin-bottom: 22px;
}
.blog-detailview .blog-highlights-word{
    color: #000;
    font-weight: 600;
}
.blog-detailview .blog-heghlights-link{
    color: var(--dj-text-199e60);
    font-weight: 600;
}
/* .blog-detailview .blog-detailview-content .blog-detailview-sublist p{
    margin-bottom: 8px;
} */
.blog-detailview .blog-detailview-content .blog-detailview-sublist{
    margin-bottom: 20px;
}
.blog-detailview .blog-detailview-content .blog-detailview-listing p{
    margin-bottom: 0px;
}
.blog-detailview .blog-detailview-content .blog-detailview-listing li{
    margin-bottom: 8px;
}
.blog-detailview .blog-detailview-content .blog-detailview-listing li::marker{
    color: #000;
    font-weight: 600;
}
.blog-detailview .blog-detailview-content .blog-detailview-listing {
    list-style-type: decimal;
    padding-left: 25px !important;
    margin-bottom: 25px !important;
}
.disc-text.blog-detailview-content .blog-detailview-listing li::marker{
    font-size: 17px;
}
.disc-text.blog-detailview-content .blog-detailview-listing {
    list-style-type: disc;
}
.blog-detailview .blog-detailview-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
/* End Blog Detail Page */

/* .top-s1sticky{
    position: sticky;
    top: 150px;
} */
.comment-s2{
    border-radius: 8px;
}
.comment-s2 .comment-s2ul .comment-s2-username{
    font-size: 16px;
}
.comment-s2 .comment-s2ul .comment-s2-comment{
    color: rgb(0 0 0 / 60%);
    line-height: 19px;
    font-size: 14px;
}
.comment-s2 .comment-s2ul hr{
    border-style: dashed;
}
.comment-s2 .comment-s2ul-cover{
    max-height: 300px;
    overflow: auto;
}
.comment-s2ul-cover .simplebar-scrollbar:before {
    background: rgb(0 0 0 / 60%);
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
ins.adsbygoogle[data-ad-status="filled"] {
    margin: 20px 0;
}
.category-sub-details{
    list-style-type: decimal !important;
    padding-left: 2rem !important;
}
.category-sub-details li::marker {
    font-size: 15px;
    font-weight: 500;
}
